home *** CD-ROM | disk | FTP | other *** search
Amiga Catalog Translation file | 1997-05-17 | 6.9 KB | 204 lines |
- ## version $VER: FlexCat/Frangais.ct 2.1 (05.11.94)
- ## language frangais
- ## codeset 0
- ## chunk AUTH French catalog translation by Lionel Vintenat
- ; Error message: Out of memory.
- msgMemoryError
- Plus de m
- moire!
- ;Out of memory!
- ; Warning message; must contain one %s (file), one %d (line number)
- msgWarning
- %s, Ligne %d; avertissement:
- ;%s, Line %d; warning: \
- ; Warning message: Expected hex character.
- msgExpectedHex
- Caract
- re hexad
- cimal attendu (un parmi [0-9a-fA-F]).
- ;Expected hex character (one of [0-9a-4A-F]).
- ; Warning message: Expected octal character.
- msgExpectedOctal
- Caract
- re octal attendu (un parmi [0-7]).
- ;Expected octal character (one of [0-7]).
- ; Error message: Cannot open catalog description; must contain one %s
- ; (file name)
- msgNoCatalogDescription
- Impossible d'ouvrir le fichier de description de catalogue %s.
- ;Cannot open catalog description %s.
- ; Warning message: Too much Lengthbytes; must contain one %d (maximum).
- msgNoLengthBytes
- LengthBytes > %d (taille d'un entier long) pas possible.
- ;LengthBytes > %d (sizeof long) not possible.
- ; Warning message: Unknown catalog description command.
- msgUnknownCDCommand
- Commande de description de catalogue inconnue.
- ;Unknown catalog description command
- ; Warning message: Unexpected blank.
- msgUnexpectedBlanks
- Espaces inattendus.
- ;Unexpected blanks.
- ; Warning message: Identifier expected.
- msgNoIdentifier
- Indentifieur manquant.
- ;Missing identifier.
- ; Warning message: '(' expected.
- msgNoLeadingBracket
- '(' manquant.
- ;Missing '('.
- ; Warning message: Identifier number redeclared.
- msgDoubleID
- ro d'identificateur utilis
- 2 fois.
- ;ID number used twice.
- ; Warning message: Identifier redeclared.
- msgDoubleIdentifier
- Identificateur red
- ;Identifier redeclared.
- ; Warning message: '/' expected (MinLen).
- msgNoMinLen
- Longueur minimale attendue (caract
- re '/').
- ;Expected MinLen (character '/').
- ; Warning message: '/' expected (MaxLen).
- msgNoMaxLen
- Longueur maximale attendue (caract
- re '/').
- ;Expected MaxLen (character '/').
- ; Warning message: ')' expected.
- msgNoTrailingBracket
- ')' attendu.
- ;Expected ')'.
- ; Warning message: Extra characters
- msgExtraCharacters
- Caract
- res suppl
- mentaires
- la fin de la ligne.
- ;Extra characters at the end of the line.
- ; Warning message: Missing catalog string
- msgNoString
- Fin du fichier inattendue (cha
- ne du catalogue manquante).
- ;Unexpected end of file (missing catalog string).
- ; Warning message: String too short.
- msgShortString
- ne trop courte.
- ;String too short.
- ; Warning message: String too long.
- msgLongString
- ne trop longue.
- ;String too long.
- ; Error message: No catalog translation file; must contain one %s (file
- ; name).
- msgNoCatalogTranslation
- Impossible d'ouvrir le fichier de traduction de catalogue %s.
- ;Cannot open catalog translation file %s.
- ; Warning message: Missing catalog translation command.
- msgNoCTCommand
- Commande de traduction de catalogue manquante (un second '#' attendu).
- ;Missing catalog translation command. (Expected second '#'.)
- ; Warning message: Unknown catalog translation command.
- msgUnknownCTCommand
- Commande de traduction de catalogue inconnue.
- ;Unknown catalog translation command.
- ; Error message: Missing catalog translation version.
- msgNoCTVersion
- Version de la traduction du catalogue manquante.
- ;Missing catalog translation version.
- ; Error message: Missing catalog translation language.
- msgNoCTLanguage
- Langage de la traduction du catalogue manquant.
- ;Missing catalog translation language.
- ; Error message: Cannot open catalog file. Must contain one %s (file name).
- msgNoCatalog
- Impossible d'ouvrir le fichier catalogue %s.
- ;Cannot open catalog file %s.
- ; Error message: Cannot create catalog translation file. Must contain
- ; one %s (file name).
- msgNoNewCTFile
- Impossible de cr
- er le ficher de traduction de catalogue %s.
- ;Cannot create catalog translation file %s.
- ; Warning message: Unknown identifier. Must contain one %s (identifier).
- msgUnknownIdentifier
- %s manquant dans la description du catalogue.
- ;%s missing in catalog description.
- ; Error message: No source description file. Must contain one %s (file
- ; name).
- msgNoSourceDescription
- Impossible d'ouvrir le fichier de description de source %s.
- ;Cannot open source description file %s.
- ; Error message: No source file. Must contain one %s (file name).
- msgNoSource
- Impossible d'ouvrir le fichier source %s.
- ;Cannot open source file %s.
- ; Warning message: Unknown string type
- msgUnknownStringType
- Type de cha
- ne inconnu.
- ;Unknown string type.
- ; Warning message: Missing trailing ')' in %(..).
- msgNoTerminateBracket
- Fin de ligne inattendue (')' manquant).
- ;Unexpected end of line. (Missing ')')
- ; Usage message
- msgUsage
- Usage: FlexCat CDFILE/A,CTFILE,CATALOG/K,NEWCTFILE/K,SOURCES/M,WARNCTGAPS/S,NOOPTIM/S,FILL/S,FLUSH/S,QUIET/S\n\n\
- CDFILE fichier de description de catalogue
- utiliser.\n\
- CTFILE fichier de traduction de catalogue
- utiliser.\n\
- CATALOG fichier de catalogue
- er.\n\
- NEWCTFILE fichier de traduction de catalogue
- er.\n\
- SOURCES sources
- er; doit
- tre quelque chose comme sfichier=sdfichier,\n\
-
- y sfichier est un fichier source et sdfichier est un fichier de\n\
- description de source.\n\
- WARNCTGAPS symb
- les d'avertissement manquants dans le fichier CT.\n\
- NOOPTIM Do not skip unchanged strings (equal in both #?.cd and #?.ct)\n\
- FILL Use descriptor texts if translation are missing\n\
- FLUSH Flush memory when catalog is written\n\
- QUIET Suppress warning messages
- ;Usage: FlexCat CDFILE/A,CTFILE,CATALOG/K,NEWCTFILE/K,SOURCES/M,WARNCTGAPS\n\n\
- ; CDFILE: Catalog description file to scan.\n\
- ; CTFILE: Catalog translation file to scan.\n\
- ; CATALOG: Catalog file to create.\n\
- ; NEWCTFILE: Catalog translation file to create.\n\
- ; SOURCES: Sources to create; must be something like sfile=sdfile,\n\
- ; where sfile is a sourcefile and sdfile is a source\n\
- ; description file.\n\
- ; WARNCTGAPS: Warn symbols missing in CT file.
- ; NOOPTIM Do not skip unchanged strings (equal in both #?.cd and #?.ct)\n\
- ; QUIET Suppress warning messages
- ; Error message: No catalog translation argument
- msgNoCTArgument
- er un catalogue n
- cessite un fichier de traduction de catalogue comme argument.
- ;Creating a catalog needs a catalog translation file as argument.
- ; Warning message: No binary characters.
- msgNoBinChars
- Aucun caract
- re binaire dans un type cha
- ;Binary characters in stringtype None.
- ; Warning message: Gap in CT file.
- msgCTGap
- ID %s manquant dans le fichier CT.
- ;ID %s missing in CT file.
- ; Warning: Catalog language declared twice
- msgDoubleCTLanguage
- Langage du catalogue d
- deux fois.
- ;Catalog language declared twice.
- ; Warning: Catalog version declared twice
- msgDoubleCTVersion
- Version du catalogue d
- e deux fois.
- ;Catalog version declared twice.
-